home *** CD-ROM | disk | FTP | other *** search
Wrap
OrangeCD theme | 2003-07-23 | 3.5 KB | 111 lines
/* Basic Web Site.dax Copyright (c) Firetongue Software, 1997-2003 */ GROUPBY["Grouping field"] : field = artistsort; SORTBY1["Sorting field 1"] : field = artistsort; SORTBY2["Sorting field 2"] : field = title; SORTBY3["Sorting field 3"] : field = year; COVERSIZE["Cover size (pixels)"] : int = 170; BGCOLOR ["Background color"] : color = #FFFFFF; TEXTCOLOR ["Normal text color"] : color = #000000; LINKCOLOR ["Link color"] : color = #0000FF; VLINKCOLOR ["Visited link color"] : color = #800080; TEXTFONT ["Normal font"] : font = "small Times New Roman"; HEADERFONT ["Header font"] : font = "large Times New Roman"; ::start/web <html> <head> <!--[CharSet/]--> <title>My music collection</title> <style><!-- body,td,a { font: $TEXTFONT } h2 { font: $HEADERFONT } //--></style> </head> <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR> <h2><b>My music collection</b></h2> Albums grouped by <!--[FieldName($GROUPBY)/]-->: <ul> <!--[Group($GROUPBY)]--> <li><!--[GroupPageLink]--><!--[GroupField]-->??<!--[/GroupField]--><!--[/GroupPageLink]--> <!--[/Group]--> </ul> Total: <!--[GroupCount/]--> group(s). <hr> <!-- please support OrangeCD by keeping this link. Thank you! --> <i>Page generated by OrangeCD - <a href="http://www.firetongue.com"><i>ultimate music catalog software</i></a>.</i> </body> </html> ::group/web <html> <head> <!--[CharSet/]--> <title><!--[GroupField]-->My music collection<!--[/GroupField]--></title> <style><!-- body,td,a { font: $TEXTFONT } h2 { font: $HEADERFONT } //--></style> </head> <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR> <!--[RootPageLink]-->Back to Top Level<!--[/RootPageLink]--> <hr> <h2><b><!--[GroupField]-->My music collection<!--[/GroupField]--></b></h2> <ul> <!--[Album(all,$SORTBY1,$SORTBY2,$SORTBY3)]--> <li><!--[AlbumPageLink]--><!--[Artist]-->Artist<!--[/Artist]--> - <!--[Title]-->Title<!--[/Title]--><!--[/AlbumPageLink]--> <!--[/Album]--> </ul> Total: <!--[AlbumCount/]--> album(s). <hr> <i>Page generated by OrangeCD - <a href="http://www.firetongue.com"><i>ultimate music catalog software</i></a>.</i> </body> </html> ::album/web <html> <head> <!--[CharSet/]--> <title><!--[Artist]-->Artist<!--[/Artist]--> - <!--[Title]-->Title<!--[/Title]--></title> <style><!-- body,td,a { font: $TEXTFONT } h2 { font: $HEADERFONT } //--></style> </head> <body bgcolor=$BGCOLOR text=$TEXTCOLOR link=$LINKCOLOR vlink=$VLINKCOLOR> <!--[RootPageLink]-->Back to Top Level<!--[/RootPageLink]--> | <!--[GroupPageLink]-->Back to <!--[GroupField]-->group field<!--[/GroupField]--><!--[/GroupPageLink]--> <hr> <h2><b><!--[Artist]-->Artist<!--[/Artist]--></b><br><!--[Title]-->Title<!--[/Title]--></h2> <table><tbody><tr> <td valign=top><!--[Cover($COVERSIZE)/]--> </td> <td valign=top> <!--[Label/]--> <!--[Number/]--> <p> <b>Category:</b> <!--[Category/]--><br> <b>Format:</b> <!--[Format/]--><br> <b>Genre:</b> <!--[Genre/]--><br> <b>Release date:</b> <!--[ReleaseDate/]--><br> </td></tr></table> <p> <b>Track listing:</b><br> <!--[Volume]--> <!--[VolumeName/]--> <ol> <!--[Track]--> <li><b><!--[TrackTitle/]--></b> <i><!--[TrackArtist/]--></i> <!--[TrackTime/]--> <!--[/Track]--> </ol> <!--[/Volume]--> <b>Total time:</b> <!--[AlbumTime/]--> <hr> <i>Page generated by OrangeCD - <a href="http://www.firetongue.com"><i>ultimate music catalog software</i></a>.</i> </html>